Forum Activity for @douglas

douglas
@douglas
06/30/16 05:00:30AM
2,806 posts

Audio item list displaying extra characters


Design and Skin Customization

Have you made changes to any of the templates?

I'm not seeing what your image shows in the BeatSlinger skin. I'm not seeing that layout at all, the play button is on the right side of the text for me.

You might try running the ACP (Gear Icon in the main menu for the BeatSlinger skin) > System Tools > Integrity Check and ACP > System Tools > Reset Cache and see if that helps any.
updated by @douglas: 06/30/16 05:00:51AM
douglas
@douglas
06/30/16 04:57:03AM
2,806 posts

Social media Links not working on new skin


Design and Skin Customization

Your welcome, glad to hear you got it sorted. :)
douglas
@douglas
06/29/16 05:41:07AM
2,806 posts

Social media Links not working on new skin


Design and Skin Customization

Hello,

First, you'll want to enter the full URL in the skins settings.

Second, open your skins/n8BeatSlinger/footer.tpl and find this:

                    <li><a href="{$_conf.n8MSkinX_facebook_url}" class="social-facebook" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_twitter_url}" class="social-twitter" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_google_url}" class="social-google" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_linkedin_url}" class="social-linkedin" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_youtube_url}" class="social-youtube" target="_blank"></a></li>

and change it to this:

                    <li><a href="{$_conf.n8BeatSlinger_facebook_url}" class="social-facebook" target="_blank"></a></li>
                    <li><a href="{$_conf.n8BeatSlinger_twitter_url}" class="social-twitter" target="_blank"></a></li>
                    <li><a href="{$_conf.n8BeatSlinger_google_url}" class="social-google" target="_blank"></a></li>
                    <li><a href="{$_conf.n8BeatSlinger_linkedin_url}" class="social-linkedin" target="_blank"></a></li>
                    <li><a href="{$_conf.n8BeatSlinger_youtube_url}" class="social-youtube" target="_blank"></a></li>

We'll get the fix released soon.

Hope this helps!
douglas
@douglas
06/27/16 12:20:38PM
2,806 posts

Welcome to the Alpha Team



Welcome to the Alpha team @jimmy ! :)
updated by @douglas: 06/28/16 09:25:28AM
douglas
@douglas
06/26/16 09:07:07AM
2,806 posts

How to add the who is online for the entire site?


Using Jamroom

Your welcome! Glad that worked out for you.

Thanks!
douglas
@douglas
06/26/16 07:43:48AM
2,806 posts

How to make Audio and Video Categories (genres) a link ?


Using Jamroom

pch:
Sorry, I forgot to mention it. I am using Elastic (clone).

Elastic is not setup with a custom audio or video page, it uses the modules templates instead, you'll need custom templates created for audio and video in order to make the genre links work.

You might check out one of the other skins to see how its done and use that as guide to build your own custom audio and video templates for the Elastic skin.
douglas
@douglas
06/25/16 09:43:52AM
2,806 posts

OneAll Questions


Using Jamroom

The login and signup forms are hard coded, there aren't any templates for them out of the box.

There is a doc here where you can create your own login form and put it in your own custom login template or existing template:
https://www.jamroom.net/the-jamroom-network/documentation/howto/603/howto-add-the-user-login-form-to-any-page

I've not seen a signup form created this way, and I haven't tried myself either, so I'm not sure about that one.

You might try searching the forums to see if anyone else has come up with anything for the signup form.

Hope this helps!
douglas
@douglas
06/25/16 08:53:55AM
2,806 posts

How to add the who is online for the entire site?


Using Jamroom

If I understand what your wanting, give this a try:

{if $visitor_count > 1}
{jrCore_lang skin=$_conf.jrCore_active_skin id="#" default="Guests"  assign="gs"}
{else}
{jrCore_lang skin=$_conf.jrCore_active_skin id="#" default="Guest"  assign="gs"}
{/if}

Hope this helps!
updated by @douglas: 06/25/16 08:54:39AM
  96